Githubのpull requestをScrapboxに貼る時のbookmarklet
code:js
javascript:(function(){window.prompt('ScrapLink','
'+location.href+' '+document.querySelector('.gh-header-title').innerText+'
')})();
例
これが
https://github.com/shokai/tw/pull/79
こうなる
Use secure protocol instead of http #79
Github
の
pull request
ページをScrapboxから参照する時、
document.title
をそのまま使うと長すぎて邪魔なので作った
Use secure protocol instead of http by sachin21 · Pull Request #79 · shokai/tw
#bookmarklet